var runtime/cgo.handles

4 uses

	runtime/cgo (current package)
		handle.go#L114: 	handles.Store(h, v)
		handle.go#L122: 	v, ok := handles.Load(uintptr(h))
		handle.go#L135: 	_, ok := handles.LoadAndDelete(uintptr(h))
		handle.go#L142: 	handles   = sync.Map{} // map[Handle]interface{}